This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

Global and Local Arrays with same identifiers: strange "TypeError" issue

 22nd June 2024 at 10:14pm


dim a$(1 to 2)

sub howdy()
dim a$(1 to 2)
end sub

call howdy()